翻訳と辞書
Words near each other
・ Data scrubbing
・ Data Securities International
・ Data security
・ Data Security Council of India
・ Data segment
・ Data service unit
・ Data set
・ Data set (IBM mainframe)
・ Data sharing
・ Data Sharing for Demographic Research
・ Data Shredder
・ Data signaling rate
・ Data Sitchinava
・ Data Smog
・ Data source
Data source name
・ Data steward
・ Data storage
・ Data storage device
・ Data Storage Institute
・ Data storage tag
・ Data Storage Technology
・ Data store
・ Data stream
・ Data stream clustering
・ Data Stream Interface
・ Data stream management system
・ Data stream mining
・ Data striping
・ Data strobe encoding


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Data source name : ウィキペディア英語版
Data source name

In computing, a data source name (DSN, sometimes known as a database source name, though "data sources" can comprise other repositories apart from databases) is a string that has an associated data structure used to describe a connection to a data source. Most commonly used in connection with ODBC, DSNs also exist for JDBC and for other data access mechanisms. The term often overlaps with "connection string". Most systems do not make a difference between DSNs or connection strings and the term can often be used interchangeably.
DSN attributes may include, but are not limited to:
* the name of the data source
* the location of the data source
* the name of a database driver which can access the data source
* a user ID for data access (if required)
* a user password for data access (if required)
The system administrator of a client machine generally creates a separate DSN for each relevant data source.
Standardizing DSNs offers a level of indirection; various applications (for example: Apache/PHP and IIS/ASP) can take advantage of this in accessing shared data sources.
== Types of data source name ==
Two kinds of DSN exist:
* Machine DSNs - stored in collective configuration files (e.g., /etc/odbc.ini, ~/.odbc.ini) and/or system resources (e.g., Windows Registry HKLM\Software\ODBC\odbc.ini)
* File DSNs - stored in the filesystem with one DSN per file
These are further broken down into
* System DSNs - accessible by any and all processes and users of the system, stored in a centralized location (e.g., /etc/odbc.ini, /etc/odbc_file_dsns/)
* User DSNs - accessible only by the user who created the DSN, stored in a user-specific location (e.g., ~/.odbc.ini, ~/odbc_file_dsns/)

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Data source name」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.